'Declaration
Public Class SortableBindingList(Of T As Class) Inherits System.ComponentModel.BindingList(Of T)
public class SortableBindingList<T> : System.ComponentModel.BindingList<T> where T: class
This class is especially useful to provide data for grids that use the GroupDescriptions property.
'Declaration
Public Class SortableBindingList(Of T As Class) Inherits System.ComponentModel.BindingList(Of T)
public class SortableBindingList<T> : System.ComponentModel.BindingList<T> where T: class
System.Object
System.Collections.ObjectModel.Collection<T>
System.ComponentModel.BindingList<T>
C1.Win.C1FlexGrid.SortableBindingList<T>